6.6.1.2 Cisco Packet Tracer – Skills Integration Challenge Solution
Voici un guide de commande cisco pour le TP 6.6.1.2 Cisco Packet Tracer.
R1> en R1# conf t R1(config)# int g0/0.10 R1(config-subif)# encapsulation dot1Q 10 R1(config-subif)# ip address 172.31.10.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.20 R1(config-subif)# encapsulation dot1Q 20 R1(config-subif)# ip address 172.31.20.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.30 R1(config-subif)# encapsulation dot1Q 30 R1(config-subif)# ip address 172.31.30.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.88 R1(config-subif)# encapsulation dot1Q 88 R1(config-subif)# ip address 172.31.88.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.99 R1(config-subif)# encapsulation dot1Q 99 native R1(config-subif)# ip address 172.31.99.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0 R1(config-if)# no shut R1(config-if)# exit
S1> en S1# sh run S1# sh vlan brief S1# conf t S1(config)# int g0/1 S1(config)# switchport mode trunk S1(config)# switchport trunk native vlan 99 S1(config)# end S1#
HQ> en HQ# conf t HQ(config)# ip route 172.31.10.0 255.255.255.0 s0/0/0 HQ(config)# ip route 172.31.20.0 255.255.255.0 s0/0/0 HQ(config)# ip route 172.31.30.0 255.255.255.0 s0/0/0 HQ(config)# ip route 172.31.88.0 255.255.255.0 s0/0/0 HQ(config)# ip route 209.165.200.30 255.255.255.224 s0/1/0 HQ(config)# ip route 209.165.200.0 255.255.255.224 s0/1/0 HQ(config)# ip route 209.165.200.0 255.255.255.224 s0/1/1 10
ISP> en ISP# conf t ISP(config)# ip route 172.31.0.0 255.255.128.0 s0/1/1 ISP(config)# ip route 172.31.0.0 255.255.128.0 s0/1/0 25
R1(config)# ip route 0.0.0.0 0.0.0.0 s0/0/0
bilan de ce TP cisco packet tracer :
fin